home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFUSTAW_WALUTE / TFUSTAW_WALUTE.txt
Text File  |  2002-03-27  |  4KB  |  201 lines

  1. object fUstaw_walute: TfUstaw_walute
  2.   Left = 466
  3.   Top = 350
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Ustaw walut'#281
  7.   ClientHeight = 230
  8.   ClientWidth = 284
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lWaluta: TLabel
  20.     Left = 16
  21.     Top = 152
  22.     Width = 34
  23.     Height = 13
  24.     Caption = 'Waluta'
  25.     Visible = False
  26.   end
  27.   object lKurs: TLabel
  28.     Left = 16
  29.     Top = 176
  30.     Width = 21
  31.     Height = 13
  32.     Caption = 'Kurs'
  33.     Visible = False
  34.   end
  35.   object lSkrot: TLabel
  36.     Left = 208
  37.     Top = 152
  38.     Width = 23
  39.     Height = 13
  40.     Caption = 'skr'#243't'
  41.     Visible = False
  42.   end
  43.   object DBGrid1: TDBGrid
  44.     Left = -8
  45.     Top = 0
  46.     Width = 289
  47.     Height = 137
  48.     DataSource = ds
  49.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  50.     TabOrder = 0
  51.     TitleFont.Charset = DEFAULT_CHARSET
  52.     TitleFont.Color = clWindowText
  53.     TitleFont.Height = -11
  54.     TitleFont.Name = 'MS Sans Serif'
  55.     TitleFont.Style = []
  56.     Columns = <
  57.       item
  58.         Expanded = False
  59.         FieldName = 'nazwa'
  60.         Visible = True
  61.       end
  62.       item
  63.         Expanded = False
  64.         FieldName = 'skrot'
  65.         Visible = True
  66.       end
  67.       item
  68.         Expanded = False
  69.         FieldName = 'data_zmiany'
  70.         Visible = True
  71.       end
  72.       item
  73.         Expanded = False
  74.         FieldName = 'kurs'
  75.         Visible = True
  76.       end>
  77.   end
  78.   object bWyjdz: TButton
  79.     Left = 208
  80.     Top = 200
  81.     Width = 75
  82.     Height = 25
  83.     Caption = '&Wyjd'#378
  84.     TabOrder = 1
  85.     OnClick = bWyjdzClick
  86.   end
  87.   object bDodaj: TButton
  88.     Left = 8
  89.     Top = 200
  90.     Width = 49
  91.     Height = 25
  92.     Caption = '&Dodaj'
  93.     TabOrder = 2
  94.     OnClick = bDodajClick
  95.   end
  96.   object eNazwa: TEdit
  97.     Left = 72
  98.     Top = 144
  99.     Width = 121
  100.     Height = 21
  101.     TabOrder = 3
  102.     Visible = False
  103.   end
  104.   object eKurs: TEdit
  105.     Left = 72
  106.     Top = 168
  107.     Width = 65
  108.     Height = 21
  109.     TabOrder = 4
  110.     Visible = False
  111.   end
  112.   object eSkrot: TEdit
  113.     Left = 240
  114.     Top = 144
  115.     Width = 25
  116.     Height = 21
  117.     MaxLength = 3
  118.     TabOrder = 5
  119.     Visible = False
  120.   end
  121.   object bZmien: TButton
  122.     Left = 64
  123.     Top = 200
  124.     Width = 57
  125.     Height = 25
  126.     Caption = '&Zmie'#324
  127.     TabOrder = 6
  128.     OnClick = bZmienClick
  129.   end
  130.   object bUs_wartosc: TButton
  131.     Left = 128
  132.     Top = 200
  133.     Width = 73
  134.     Height = 25
  135.     Caption = '&Us. kurs'
  136.     TabOrder = 7
  137.     OnClick = bUs_wartoscClick
  138.   end
  139.   object ds: TDataSource
  140.     DataSet = tWaluta
  141.     Left = 24
  142.     Top = 40
  143.   end
  144.   object tWaluta: TffTable
  145.     DatabaseName = 'mr_sklep'
  146.     FieldDefs = <
  147.       item
  148.         Name = 'numer'
  149.         DataType = ftAutoInc
  150.       end
  151.       item
  152.         Name = 'nazwa'
  153.         Attributes = [faRequired]
  154.         DataType = ftString
  155.         Size = 15
  156.       end
  157.       item
  158.         Name = 'skrot'
  159.         Attributes = [faRequired]
  160.         DataType = ftString
  161.         Size = 3
  162.       end
  163.       item
  164.         Name = 'kurs'
  165.         Attributes = [faRequired]
  166.         DataType = ftCurrency
  167.       end
  168.       item
  169.         Name = 'data_zmiany'
  170.         Attributes = [faRequired]
  171.         DataType = ftDate
  172.       end>
  173.     SessionName = '[automatic]'
  174.     TableName = 'waluta'
  175.     Timeout = 10000
  176.     Left = 64
  177.     Top = 40
  178.     object tWalutanumer: TAutoIncField
  179.       FieldName = 'numer'
  180.     end
  181.     object tWalutanazwa: TStringField
  182.       FieldName = 'nazwa'
  183.       Required = True
  184.       Size = 15
  185.     end
  186.     object tWalutaskrot: TStringField
  187.       FieldName = 'skrot'
  188.       Required = True
  189.       Size = 3
  190.     end
  191.     object tWalutadata_zmiany: TDateField
  192.       FieldName = 'data_zmiany'
  193.       Required = True
  194.     end
  195.     object tWalutakurs: TCurrencyField
  196.       FieldName = 'kurs'
  197.       Required = True
  198.     end
  199.   end
  200. end
  201.